home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 November & December
/
Amiga-CD 1996 #11-12.iso
/
aminet
/
11_96
/
chaospro
/
formula
/
formulafile
Wrap
Text File
|
1995-12-20
|
576b
|
59 lines
CPFR
Mandelbrot
{
{ 0 }
{ T z*z+pixel }
{ abs(z)<16 }
}
Newton_3
{
{ pixel }
{ T z-(z^3+3)/(3*z^2) }
{ abs(z)<16 }
}
Newton_5
{
{ pixel }
{ T z-(z^5+-10)/(5*z^4) }
{ abs(z)<16 }
}
Babylon
{
{ 0 }
{ T sin(z)+z+pixel }
{ abs(z)<16 }
}
Dragon
{
{ pixel }
{ T cos(z)*z+sin(z)+pixel }
{ abs(z)<16 }
}
Multivariant
{
{ pixel }
{ T sin(z*z)^2+cos(pixel) }
{ abs(z)<16 }
}
Tunefish
{
{ pixel }
{ T sin(z)^2+pixel }
{ abs(z)<16 }
}
CircleSierpinski
{
{ pixel }
{ T 1/z^2+pixel }
{ abs(z)<16 }
}